home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / advcpf.zip / READ.ME < prev   
Text File  |  1993-01-04  |  945b  |  23 lines

  1.         (C) JOBST HENSIEK, Advanced Clipper - Fortran Interface
  2.  
  3. FILES INCLUDED:
  4. EX.F            FORTRAN Header containing the INTERFACE-Statements
  5. DEMOFORT.FOR    Fortran Demo File
  6. DEMOCLIP.PRG    Clipper Demo File
  7. EXOR.OBJ        R. McConnell's EXTOR.OBJ File (specified in his
  8.                  C-Goodies.)
  9.  
  10. Introduction:
  11. First you should print & read the File EX.F to get some idea, what
  12. this all about. 
  13. Before you compile the demo, make sure the FORTRAN-Compiler-
  14. switches are set to: 'SET FL=/c /AL /Gs /Olt /FPa /Zl'. 
  15. The link-command with the FORTRAN-LINKER (Vers. 4.1) is:
  16. LINK DEMOCLIP+DEMOFORT+EXTOR,DEMO,,CLIPPER+LLIBFORA;
  17.  
  18. TIP:
  19. Do you have access to the MS C- Compiler 5.x ? Well, you should play
  20. around with McConnell's 'NSUPPORT'(C-GOODIES). You may 'tune' CLIPPER,
  21. to take full advantage of the Co-Proc. 80x87. This feature, combined
  22. with mixed language programming, is a very big throw!        GOOD LUCK!
  23.